home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / os2 / nmfw201.zip / NMFWD.CFG < prev    next >
Text File  |  1995-11-09  |  27KB  |  676 lines

  1. ;*****************************************************************************
  2. ;*                                                                           *
  3. ;*                 (C) Copyright 1991-1995  Alberto Pasquale                 *
  4. ;*                                                                           *
  5. ;*                   A L L   R I G H T S   R E S E R V E D                   *
  6. ;*                                                                           *
  7. ;*****************************************************************************
  8. ;*                                                                           *
  9. ;*   NmFwd is NOT free-software, it is distributed under the ShareWare       *
  10. ;*   concept !  If you regularly use it, you should register.                *
  11. ;*   See REGISTER.DOC for more details on how to register your copy.         *
  12. ;*                                                                           *
  13. ;*****************************************************************************
  14. ;*                                                                           *
  15. ;*   How to contact the author:  Alberto Pasquale of 2:332/504@fidonet       *
  16. ;*                               alberto.pasquale@mo.nettuno.it              *
  17. ;*                               Viale Verdi 106                             *
  18. ;*                               41100 Modena                                *
  19. ;*                               Italy                                       *
  20. ;*                                                                           *
  21. ;*****************************************************************************
  22. ;
  23. ;
  24. ;                Sample NmFwd 2.01 Control file
  25. ;
  26. ;
  27. ;RegKey    RegistrationKey ; If you are a registered user, put your
  28. ;                          ; registration key here (not case sensitive)
  29. ;
  30. ;
  31. ;                            S Y S T E M
  32. ;
  33. ;
  34. ; MaxPrm <filename>
  35. ;
  36. ; Points to the Maximus 3.xx PRM file.
  37. ; If the MAXIMUS environment variable is defined, this statement is an
  38. ; optional override.
  39. ;
  40. MaxPrm c:\max\max.prm        ; Maximus Prm file
  41. ;
  42. ;
  43. ; The "SquishCfg" file is changed by Areafix.
  44. ; Some cfg options are searched for in SquishCfg:
  45. ; Address, BinkPoint, NetFile, NetArea, PointNet, LogFile, Outbound,
  46. ; Password, Maxpkt, KillInTransit, Track
  47. ;
  48. ; If you want to add or override some option, you can add any of the
  49. ; previous statements in this file. The overrides must be after the
  50. ; SquishCfg statement, so that they can overwrite the specifications
  51. ; previously got from the Squish cfg file.
  52. ;
  53. ; ATTENTION: the log file is opened when a logfile specification is first
  54. ; encountered. If you want to override the LogFile statement of squish.cfg
  55. ; you must specify "LogFile" before "SquishCfg" !
  56. ; The "-l<logfile>" command line swith is a global override.
  57. ;
  58. ; The new "include" statement of squish.cfg is NOT supported: you must
  59. ; use a unique Squish.Cfg file if you want NmFwd to work correctly.
  60. ;
  61. SquishCfg c:\max\squish.cfg    ; The Squish configuration file.
  62. ;
  63. ;
  64. ; If you have the "BinkPoint" verb active in SquishCfg, NmFwd must know
  65. ; which points (if any) have to be addressed using the 3D fakenet
  66. ; address.
  67. ; The "3DPoint <point> [<point>] ..." statement allows you to give NmFwd
  68. ; the necessary information.
  69. ; Multiple 3DPoint lines are allowed.
  70. ; If "BinkPoint" is not used (Squish in 3D mode) NmFwd assumed that all
  71. ; the points are 3D, so that you can comment out the 3DPoint statement.
  72. ;
  73. 3DPoint 1 2 4 5 6             ; List of fakenet Points
  74. ;
  75. ;
  76. TmpPath c:\nmtmp                ; Path for temporary files
  77. ;
  78. ;
  79. MsgSize 16000           ; set the maximum size for messages generated
  80. ;                       ; by the various robots: defaults to 7000.
  81. ;                       ; Output will be automatically divided into
  82. ;                       ; multiple messages of this size.
  83. ;
  84. FwdMsgSize 260000       ; set the size of the message forward buffer.
  85. ;                       ; Defaults to 32000
  86. ;                       ; Forwarded netmail messages will be truncated
  87. ;                       ; at this size, so make sure this number is large
  88. ;                       ; enough (as the buffer of your mail processor).
  89. ;
  90. MarkReceived            ; Mark the messages addressed to the various
  91. ;                       ; robots as received. Otherwise they are deleted
  92. ;                       ; after execution.
  93. ;                       ; !!! If you have problems with NmFwd and Golded,
  94. ;                       ; please be sure this statement is active.
  95. ;
  96. ; WrapDesc [<indent> [<right>]] ; Allows to indent the file descriptions
  97. ;                                 reported by the filemanager.
  98. ;                                 <indent> is the indentation for 2nd
  99. ;                                 and consecutive lines (default 0);
  100. ;                                 <right> is the maximum column number
  101. ;                                 (default 79).
  102. ;
  103. WrapDesc 31 79      ; Align file description
  104. ;
  105. ;
  106. ;
  107. ;                          B O S S  E N A B L E
  108. ;
  109. ;
  110. ; If you are a remote SysOp and you usually operate from your point, you
  111. ; should be aware that you cannot send netmail messages with the ".0"
  112. ; address from your 4D point through your Boss, as you could with a 3D
  113. ; point.  The reason is that Squish (on your Boss) automatically adds
  114. ; any missing "^AFMPT n" kludge to all messages tossed from PKTs that
  115. ; come from 4D points.
  116. ;
  117. ; So, if you need the capability to send netmail messages to Areafix,
  118. ; Raid, VoteMgr of your uplinks from your point, you need the BossEnable
  119. ; verb.
  120. ;
  121. ; When BossEnable is active, if a netmail message coming from one of
  122. ; your points has the "*BOSS*" (case insensitive) string at the beginning
  123. ; of its subject, the string and the "^AFMPT n" kludge are removed.
  124. ;
  125. ; No space is removed after the "*BOSS*" string, so don't leave any
  126. ; space between this string and the actual subject if you do not need
  127. ; spaces before the subject !
  128. ;
  129. ;
  130. BossEnable    ; Enables .0 netmail msgs from 4D points
  131. ;
  132. ;
  133. ;
  134. ;                         B O S S   R O U T I N G
  135. ;
  136. ;
  137. ; If you are using BinkleyTerm (TradeMark of Bit Bucket Software)
  138. ; in the 5D mode (no "privatenet" in binkley.cfg) and Squish in 4D mode
  139. ; ("BinkPoint" in squish.cfg) you should have noted that you cannot
  140. ; send a crash netmail to a point through its boss, as you could in a
  141. ; fakenet environment.
  142. ;
  143. ; If you do not comment out the "BossRoute" statement, NmFwd will send
  144. ; to your Outbound.Sq and route to their boss all the crash and direct
  145. ; flavoured messages addressed to points that are not found in your V7
  146. ; nodelist or that have a NULL phone number.
  147. ;
  148. ; Thus you have the good old boss-routing feature while retaining the
  149. ; capability of directly calling a point if it has a valid phone number
  150. ; in your V7 nodelist. Please note that a point in your nodelist could
  151. ; have been redirected to its boss: in this case Binkley will call it
  152. ; through its boss phone number.
  153. ;
  154. BossRoute          ; Route Crash/Direct msgs for points to their boss
  155. ;
  156. ;
  157. ;
  158. ;                            B O S S   F I X
  159. ;
  160. ;
  161. ; Squish 1.01 has a bug: when operating in 4D mode, the messages
  162. ; addressed to points are automatically routed to their Boss BUT Squish
  163. ; does NOT set the packet password for the Boss in the routed packet.
  164. ;
  165. ; So, if you are operating in 4D mode using packet passwords and you
  166. ; have some downlinks, you cannot use the
  167. ; "Send <flavour> <node> [<nodes>...]" command in route.cfg.
  168. ; You can safely use the "Route <flavour> <node> .All" command for each
  169. ; of your downlinks (explicitly routing points to their Boss).
  170. ;
  171. ; An easier way is to enable the "BossFix" statement provided by NmFwd:
  172. ; all the normal flavoured messages addressed to points are routed to
  173. ; their Boss by NmFwd. The messages are packed to *.OUT in Outbound.Sq
  174. ; and they receive the correct packet password.
  175. ;
  176. ; Not necessary with Squish 1.11
  177. ;
  178. ; BossFix
  179. ;
  180. ;
  181. ;
  182. ;                       F L A G   S T R I P P I N G
  183. ;
  184. ;
  185. ; If you comment out the CM_from statement, the Crash and Direct
  186. ; flags of original messages will not be touched.
  187. ; If you use it, the CM flag will be stripped from any message not coming
  188. ; from the specified points. If you don't specify any point, the flag
  189. ; will be stripped from all the messages.
  190. ;
  191. ; The DM_from statement is ignored if CM_from is commented out.
  192. ; If DM_from is commented out, all systems are allowed the Direct flag.
  193. ; If DM_from is used, the Direct flag is not allowed, except for the
  194. ; specified points.
  195. ;
  196. ; Note: The Direct flag is the sum of Crash and Hold flags for Squish !
  197. ;
  198. ; If you use these statements, you should disable any flag stripping
  199. ; capability of Squish (comment out the StripAttributes in Squish.cfg).
  200. ;
  201. CM_from 0 1 2           ; SysOp/CoSysOp points can send CM and DM through
  202. ;                       ; the BOSS.
  203. ;                       ; Point 0 allows non-local msgs with Boss' address to
  204. ;                       ; get through the Boss with the crash or direct flag
  205. ;                       ; (e.g. a SysOp who sends a msg from his point with
  206. ;                       ; his BBS address).
  207. DM_from 4 5             ; AsstSysOp points can send DM through the BOSS
  208. DM_from 18              ; You can use multiple CM_from/DM_from statements.
  209. ;                       ; (max 40 points in CM_from/DM_from statements (40+40)).
  210. ;
  211. ;
  212. ;
  213. ;                    M A T R I X  F O R W A R D
  214. ;
  215. ;
  216. ; If you want to send a copy of ALL matrix messages to some point, you
  217. ; must put the point numbers in the following statement
  218. ; "FwdAll <point> [<point>] ...".
  219. ;
  220. ; All matrix messages neither coming nor addressed to "<point>" will be
  221. ; forwarded to it.
  222. ;
  223. ; If you don't need to forward ALL matrix msgs to any point, you can comment
  224. ; out the "FwdAll" statement.
  225. ;
  226. ; The "FwdLoc" and "FwdBbs" statements allow a more controlled forwarding.
  227. ;
  228. ;
  229. FwdAll 1                        ; Points that must receive ALL matrix msgs
  230. ;
  231. FwdLoc 2                        ; Points that must receive the messages
  232. ;                               ; from/to your BBS (and points) _only_
  233. ;                               ; (no in-transit message will be forwarded).
  234. ;
  235. ;FwdBbs 2                       ; Points that must receive the messages
  236. ;                               ; from/to your BBS (no points) _only_.
  237. ;
  238. ;
  239. ;
  240. ;                    P O I N T  R E M A P P I N G
  241. ;
  242. ;
  243. ; The "from address" of every read message coming from your 3D (fakenet)
  244. ; points is internally remapped to 4D.
  245. ;
  246. ; The "Remap <point> <name>" statement allows you to remap messages
  247. ; addressed to your system (.0) to <point> if a match is found
  248. ; with <name>. You can use the Remap statement both here and in Squish.Cfg
  249. ; (if you want to use the advanced full-address remapping feature of Squish).
  250. ; However you MUST use the Remap statement provided by NmFwd for all
  251. ; the points listed in FwdAll, FwdLoc and FwdBbs statements (otherwise
  252. ; these points may receive dupes (the original remapped by Squish and
  253. ; the forwarded copy sent by NmFwd).
  254. ; Other points can be remapped here and/or in Squish.cfg, however you are
  255. ; strongly encouraged to remap all your points here.
  256. ;
  257. Remap 1 Alberto Pasquale
  258. Remap 1 SysOp
  259. Remap 2 Roberto Zanasi
  260. Remap 3 Francesco Carta
  261. Remap 4 Massimo Morselli
  262. Remap 5 Tiziano Incerti
  263. ;
  264. ;
  265. ;
  266. ;                        F I L E   A T T A C H
  267. ;
  268. ;
  269. ; All File Attaches addressed to your points are handled by NmFwd,
  270. ; since all netmail messages to your points are directly forwarded by
  271. ; NmFwd. The "FileForward" statement allows the file forwarding to the
  272. ; listed points. However the F/As to .0 will not be forwarded, even if the
  273. ; message is remapped to one of your points. This is a feature not a
  274. ; limit.
  275. ;
  276. FileForward All  ; allow file forwarding to any point
  277. ;
  278. ;FileForward 1 2 3 ; allow file forwarding to the listed points
  279. ;
  280. ; Some point users like sending files to other points through the Boss.
  281. ; This can be annoying for the busy SysOp that has to keep track
  282. ; of inbound files sent by points and to delete them after they have been
  283. ; sent to the destination point(s).
  284. ;
  285. ; Now you can use the Tmp_Fa_Dir as a temporary directory for the F/As
  286. ; between your points: all files in one of your NetFile directories that
  287. ; have a F/A message between two of your points will be moved (and
  288. ; touched) to the Tmp_Fa_Dir.
  289. ; If a file with the same name exists, it is overwritten.
  290. ; If you use the Tmp_Fa_Kill option, the files in Tmp_Fa_Dir will be deleted
  291. ; after the specified number of days.
  292. ;
  293. ; The files with messages addressed to .0 will not be moved, even if they
  294. ; are remapped to some point.
  295. ;
  296. Tmp_Fa_Dir c:\file\tmpfa
  297. ;
  298. Tmp_Fa_Kill 10
  299. ;
  300. ;
  301. ; My points like sending me new files thru F/A, instead of uploading them as
  302. ; users. So my CoSysOp has to move these files to the appropriate upload
  303. ; directory and add to the files.bbs the description the point has sent
  304. ; via netmail.
  305. ;
  306. ; Now you can instruct Nmfwd to move the files and add the descriptions
  307. ; for you.
  308. ;
  309. ; UpFa <upname> <updir> [<points>]
  310. ;
  311. ; Allows to move (and touch) to <updir> the files (in one of your
  312. ; NetFile dirs) whose F/A is addressed to <upname> at one of your
  313. ; addresses. The descriptions are appended to the <updir>\files.bbs
  314. ; file. Files with the same name are overwritten. The descriptions
  315. ; must be in the form of a single line of message text:
  316. ; "<filename> <description>".
  317. ;
  318. ; Pippo.Gif Another Gif Picture 2048*4096 50331648 colours
  319. ;
  320. ; In the case of a multiple F/A (with the same msg) the various descriptions
  321. ; can be put on different lines of the same message.
  322. ; <filename> can be shortened by completing it with *, so that you could write:
  323. ;
  324. ; Pip* Another Gif Picture ...
  325. ; or
  326. ; * Another Gif Picture ...
  327. ;
  328. ; The second example is very convenient in the case of a single F/A.
  329. ;
  330. ; The message is forwarded to all the points listed in "FwdAll", "FwdLoc"
  331. ; or "FwdBbs" statements and to those that are optionally listed in
  332. ; the "UpFa" line (<points>).
  333. ;
  334. UpFa Upload  c:\file\upload 2 18      ; max 20 UpFa statements
  335. UpFa UpAmiga d:\file\upamiga
  336. UpFa UpAtari d:\file\upatari 5
  337. UpFa UpMac   d:\file\upmac 20
  338. UpFa Private d:\file\private 18
  339. ;
  340. ;
  341. ;  ***********************************************************************
  342. ;  **  From here on, if you want a copy of answer messages on the Boss, **
  343. ;  **  you can specify 0 as a point number.                             **
  344. ;  ***********************************************************************
  345. ;
  346. ;                   R E T U R N   T O   S E N D E R
  347. ;
  348. ;                       (Version 7 nodelist)
  349. ;
  350. ; If active, checks the from and to address of all netmail messages.
  351. ;
  352. RTS     ; To enable Return To Sender functions
  353. ;
  354. RTSAnswer 1 0  ; RTS messages are forwarded to these points
  355. ;
  356. NoRoutedEcho      ; To stop Routed Echomail
  357. ;
  358. Nodelist c:\max\nodex  ; Base name (no extension) of Version7 nodelist files.
  359. ;                      ; Multiple statements allowed (NmFwd will search all
  360. ;                      ; defined nodelists).
  361. ;
  362. ;
  363. ;                             RETURN RECEIPT
  364. ;
  365. RRQ            ; enables Return Receipts
  366. ;
  367. RRQAnswer 1    ; Return Receipts are forwarded to these points
  368. ;
  369. ;
  370. ;
  371. ;                    U S E R   M A N A G E M E N T
  372. ;
  373. ;                             (Max 3.xx)
  374. ;
  375. ;  You can modify the user file by a netmail message addressed to one of
  376. ; the following "robots" at one of your addresses (max 10 RemUser
  377. ; statements).
  378. ;  The message must have the necessary password as its subject; the text
  379. ; contains the commands. See the .DOC for details on available commands.
  380. ;
  381. ; ATTENTION: The robot's answers are sent to the points listed at the end
  382. ; of "RemUser" statements ONLY (not to the sender). Of course the legitimate
  383. ; user of the <password> must be listed in <points>.
  384. ;
  385. ; RemUser <name> <pwd> [<points>]
  386. ;
  387. ; where:
  388. ;
  389. ; <name> is the UserManager robot name to which netmail messages must be
  390. ;        addressed (19 chars max).
  391. ;
  392. ; <pwd> is the password to be used in the subject field of the netmail
  393. ;       (19 chars max).
  394. ;
  395. ; <points> is the list of points that must receive the answers.
  396. ;
  397. ; E.g.:
  398. ;
  399. ; RemUser Raiser SysOpPwd 0 2
  400. ;
  401. ; Specifies that a Remote UserManager robot named "Raiser" can be
  402. ; addressed using the "SysOpPwd" password in the subject of the netmail
  403. ; and the answers must be written to the local netmail base ('0') and
  404. ; sent to point 2 ('2').
  405. ;
  406. RemUser Raiser password 1 2
  407. ;
  408. MaxLev Extra         ; Max privilege RemUser is allowed to operate on.
  409. ;                    ; (Users with a priv level above MaxLev are skipped)
  410. ;                    ; Any privilege name defined in Maximus Access.Ctl
  411. ;                    ; can be specified as well as any level number.
  412. ;
  413. ;
  414. ;
  415. ;                    F I L E  M A N A G E M E N T
  416. ;
  417. ;                             (Max 3.xx)
  418. ;
  419. ;  You can handle your file areas via netmail messages addressed to one
  420. ; of the following robot names at one of your addresses.
  421. ;  The message must have the necessary password as its subject; the text
  422. ; contains your commands.
  423. ;
  424. RemFile FMan        ; FMan is a file-robot name
  425. ;RemFile Fsearch
  426. ;RemFile Maint
  427. ;RemFile AutoMaint
  428. ;
  429. ;
  430. ;  The access to areas and commands is based on the Maximus 3.xx "Access
  431. ; String" concept.
  432. ;  Each "RFAccess <pwd> <acs> [<points>]" statement grants the
  433. ; specified <acs> to the specified <pwd>.
  434. ;
  435. ; ATTENTION: The robot's answers are sent to the listed <points> ONLY.
  436. ; The answer to passworded messages are NOT sent to the sender but only
  437. ; to the listed points. Of course the legitimate user of the password must
  438. ; be listed in <points> !
  439. ;
  440. RFAccess password1 SysOp/M1 1 2 4
  441. RFAccess password2 AsstSysOp/M1 1 2 4
  442. RFAccess password3 AsstSysOp/1 1 2 5
  443. RFAccess password4 Clerk/1 1 2 20
  444. ;
  445. ;  Some commands could be useful for general points or remote users too:
  446. ; "RFDefAccess <acs> [<points>]" grants <acs> to users that do not put any
  447. ; recognized password in the subject.
  448. ;  The robot's answers are sent to the listed <points> _AND_ to the
  449. ; request originating address.
  450. ;
  451. RFDefAccess Normal 0 1
  452. ;
  453. ; Some misused commands could determine an enourmous output
  454. ; (e.g. dir *.*): let's put an upper limit on the number of response
  455. ; messages (the msg size is already limited by the MsgSize statement):
  456. ;
  457. RFMaxMsgs 5
  458. ;
  459. ;
  460. HelpPath fman.hlp            ; Full path to the help file.
  461. ;                            ; Needed for the help command.
  462. ;                            ; You can specify the filename alone if it is
  463. ;                            ; in the current directory.
  464. ;
  465. DefDays 30                   ; Files newer than <DefDays> days are
  466. ;                            ; marked with an '*'. The NewFiles command
  467. ;                            ; defaults to <DefDays> days.
  468. ;
  469. ;
  470. UseFB                        ; Use FileBase if available.
  471. ;                            ; Use *.IDX, *.DAT, *.DMP if available
  472. ;                            ; whenever useful.
  473. ;                            ; Filebase files will be automatically updated
  474. ;                            ; when executing filemanager commands.
  475. ;                            ; (no necessity for external FB/FBP.EXE).
  476. ;
  477. ;
  478. ;                    And now the commands !
  479. ;
  480. ;  Each command is regulated by a statement:
  481. ;
  482. ; <command> <acs> [<areas>]
  483. ;
  484. ; where:
  485. ;
  486. ; <command> is the name of a FileManager command
  487. ; <acs> is the Maximus access string required to use <command>
  488. ; <areas> is a list of areas that can contain wildcards ("OS/2 style")
  489. ;         and defaults to "*" (all areas).
  490. ;
  491. ;  When a command is issued, the FileManager checks the list of
  492. ; statements that define the access rights from the bottom up (last to
  493. ; first). The first match between the current area name and <areas>
  494. ; determines the <acs> requirements for executing the requested command
  495. ; in the current area.
  496. ;
  497. ; E.g.
  498. ;
  499. ; Kill SysOp|AsstSysOp/U
  500. ; Kill SysOp private.*
  501. ;
  502. ; Specifies that the Kill command requires SysOp or AsstSysOp/U
  503. ; privilege in all areas but private.*, which are reserved to SysOp
  504. ; only.
  505. ;
  506. ;
  507. ; KillTo SysOp
  508. ; KillTo AsstSysOp/U msdos.* win.*
  509. ;
  510. ; Specifies that the KillTo command requires AsstSysOp/U privilege in
  511. ; msdos.* and win.* areas, SysOp in all the others.
  512. ;
  513. ;
  514. ;
  515. ;  Usually you should use a "<command> <acs>" statement first, to
  516. ; specify default access requirements, then you can add other
  517. ; "<command> <acs> <areas>" statements to override the default
  518. ; requirements for the specified areas.
  519. ;
  520. ; See FMAN.HLP (or send a message to the robot with the HELP command)
  521. ; for a description of the available commands.
  522. ;
  523. ;
  524. ;
  525. Help Twit                       ; help on available commands.
  526. ;                               ; The help text on available commands ONLY
  527. ;                               ; will be put in the response message
  528. ;                               ; (e.g. Twits will not be informed about
  529. ;                               ; SysOp level commands).
  530. ;                               ; _NO_ area-override available.
  531. ;
  532. Areas Twit                      ; List of available areas.
  533. ;                               ; _NO_ area-override available.
  534. ;
  535. Dir Twit                        ; search for filespec.
  536. ;                               ; filespec follows the OS format when using
  537. ;                               ; FILES.BBS and the OS/2 one when FB is used.
  538. ;                               ; e.g. DIR NODE *diff.* is acceptable with FB
  539. ;                               ; even under Dos.
  540. ;
  541. Cont Twit                       ; list contents
  542. ;
  543. Locate Twit                     ; search file name and description for
  544. ;                               ; the specified token
  545. ;
  546. Type Twit                       ; type text file
  547. Type Normal/EF NET.TEXT.*       ; The Type command in NET.TEXT.* areas
  548. ;                               ; is restricted to people who use a
  549. ;                               ; password that grants Normal/EF access.
  550. ;
  551. Files Twit                      ; list of files in one area
  552. ;
  553. NewFiles Twit                   ; list of new files
  554. ;
  555. ;
  556. ;
  557. ; SysOpCommands <acs> [<areas>]
  558. ;
  559. ; It defines access requirements for all the following commands:
  560. ;
  561. ; Hurl, Kill, KillTo, Edit, Ren, Touch, DelAft, AddAft, SortAft.
  562. ;
  563. ; After "SysOpCommands" you can use the single statements as overrides.
  564. ;
  565. ; E.g.:
  566. ;
  567. ; SysOpCommands AsstSysOp
  568. ; SysOpCommands AsstSysOp/u local.1!*
  569. ; KillTo AsstSysOp/u
  570. ;
  571. ; Specifies that the "SysOp" commands require a password that grants
  572. ; AsstSysOp privilege. The "local.1!*" areas and the "KillTo" command
  573. ; require the 'u' key also.
  574. ;
  575. SysOpCommands AsstSysOp/M
  576. SysOpCommands AsstSysOp ATARI.* AMIGA.*
  577. SysOpCommands Clerk MAC.*
  578. ;
  579. ; Hurl    Clerk MAC.*           ; these 9 statements are equivalent to
  580. ; Kill    Clerk MAC.*           ; the previous SysOpCommands one.
  581. ; KillTo  Clerk MAC.*
  582. ; Edit    Clerk MAC.*
  583. ; Ren     Clerk MAC.*
  584. ; Touch   Clerk MAC.*
  585. ; DelAft  Clerk MAC.*
  586. ; AddAft  Clerk MAC.*
  587. ; SortAft Clerk MAC.*
  588. ;
  589. ;
  590. ;                            A R E A F I X
  591. ;
  592. ;                               (Squish)
  593. ;
  594. ;
  595. ; You must send areafix requests to one of the following names; to disable
  596. ; Areafix you can comment out all the "Areafix <name>" lines.
  597. ;
  598. AreaFix AreaFix                  ; Areafix Akas
  599. AreaFix AutoEcho
  600. ;
  601. AFDescFile c:\max\misc\echo.lst  ; The echo description file, copied to
  602. ;                                ; a message in answer to a -L request.
  603. ;                                ; Please do not insert TAB characters
  604. ;                                ; in this file: use spaces only !
  605. ;
  606. AFanswer 1 2            ; Areafix answers are forwarded to these points.
  607. ;
  608. ;
  609. ;                           RESCAN
  610. ;
  611. ; BeforeRescan <cmd>
  612. ; RescanCmd <cmd>
  613. ; AfterRescan <cmd>
  614. ;
  615. ; These three statements define the actions to be taken for
  616. ; rescanning an echomail area (in response to a -R in the subject).
  617. ; In the case you have different routing schedules for echomail and
  618. ; netmail, you will need something similar to the example, otherwise
  619. ; you can usually comment out BeforeRescan and AfterRescan.
  620. ;
  621. ; BeforeRescan and AfterRescan are executed one time only, before the first
  622. ; rescan and after the last one.
  623. ;
  624. ; <cmd> can be any executable or batch file with the necessary command
  625. ; line parameters. %t and %n are converted to the area tag and node
  626. ; address respectively.
  627. ;
  628. ; IMPORTANT: please note that if you specify a path for Squish you must
  629. ; also specify the config file: e.g.
  630. ; "c:\squish\squish -cc:\squish\squish.cfg -l rescan %t %n"
  631. ; Anyway you might prefer changing directory using BeforeRescan and
  632. ; AfterRescan.
  633. ;
  634. BeforeRescan squish squash -o -sNET ; Packs netmail in temporary outbound
  635. ;
  636. RescanCmd   squish -l rescan %t %n  ; Rescans area %t to node %n
  637. ;
  638. AfterRescan squish squash -o -sECHO ; Packs rescanned echomail
  639. ;
  640. ;
  641. ;                           ACCESS CONTROL
  642. ;
  643. ; AFAccess <address> <password> <N|H|D|C> <level> [<keys>]
  644. ; <address> is a 4D address;
  645. ; <password> is not case sensitive and has no length limit;
  646. ; <level> is an integer in the range 0..65535
  647. ; <keys> is a set of keys chosen from 1..8,A..X (as in Maximus 2.0).
  648. ; The AFAccess statement gives the <level> and <keys> access rights to
  649. ; <address> with <password>. You can control the flavour of the answer
  650. ; packet with the <N|H|D|C> field: N for Normal (you should use this
  651. ; unless you have some special necessity), H for Hold, D for Direct
  652. ; (the Crash and Hold flags are raised in the message, due to Squish's
  653. ; handling of message flags), C for Crash.
  654. ; 3D Points MUST be listed with the fakenet address.
  655. ;
  656. AFAccess 2:22504/1   password1 N 100 AP
  657. AFAccess 2:22504/2   password2 N 50 P
  658. AFAccess 2:332/504.3 password3 N 10 P
  659. AFAccess 2:332/501   password4 H 20
  660. ;
  661. ; AFDefProt <level> [<keys>]
  662. ; The AfDefProt statement gives a default access level to areas not
  663. ; listed in AFProt statements.
  664. ;
  665. AFDefProt 10
  666. ;
  667. ; AFProt <echotag> <level> [<keys>]
  668. ; The AFProt statement gives the <level> and <keys> access level
  669. ; protection to area <echotag>: an authorized system must have in its
  670. ; AFAccess definition a privilege level not less than <level> and at
  671. ; least all the <keys>.
  672. ;
  673. AFProt LOCALE_332.504 100 P
  674. ;
  675.  
  676.